ByteNINumericByteNLogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteN INumeric<ByteN>.LogicalOr(
ByteN value
)
Private Function LogicalOr (
value As ByteN
) As ByteN Implements INumeric(Of ByteN).LogicalOr
private:
virtual ByteN LogicalOr(
ByteN value
) sealed = INumeric<ByteN>::LogicalOr
private abstract LogicalOr :
value : ByteN -> ByteN
private override LogicalOr :
value : ByteN -> ByteN
- value ByteN
- The value with which to compute the logical bitwise OR.
ByteNThe bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)